'Declaration
Public Overloads Shared Sub LogCertificate( _ ByVal logLevel As LogLevel, _ ByVal message As String, _ ByVal certificate As X509Certificate2, _ ByVal ParamArray args() As Object _ )
'Usage
Dim logLevel As LogLevel Dim message As String Dim certificate As X509Certificate2 Dim args() As Object Utils.LogCertificate(logLevel, message, certificate, args)
public static void LogCertificate( LogLevel logLevel, string message, X509Certificate2 certificate, params object[] args )
public: static void LogCertificate( LogLevel logLevel, String^ message, X509Certificate2^ certificate, ... array<Object^>^ args )
Parameters
- logLevel
- Entry will be written on this level.
- message
- The log message as string.
- certificate
- The certificate information to be logged.
- args
- An object array that contains zero or more objects to format.